.header_top {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.open1,
.open2{
  position: relative;
}
.list1,
.list2{
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.list1>li,
.list2>li{
  width: 100%;
  background-color: white;
  height: 38px;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 38px;
}
.list1>li>a,
.list2>li>a{
  color: rgb(0, 118, 202);
}
.list1>li:hover,
.list2>li:hover{
  background-color: rgb(0, 118, 202);
}
.list1>li:hover>a,
.list2>li:hover>a{
  color: white;
}
.header_top>div {
  display: flex;
  align-items: center;
}

.header_top>div>img {
  width: 44px;
  height: 44px;
}

.header_rexian {
  margin-left: 30px;
}

.header_rexian>div {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(196, 0, 1);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.header_nav {
  background-color: rgb(0, 118, 202);
}

.header_list {
  display: flex;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

.header_list>li>a {
  width: 150px;
  height: 60px;
  font-family: 微软雅黑;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  line-height: 60px;
}



.footer {
  background-color: rgb(0, 118, 202);
  padding: 50px 0 10px;
}

.footer_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer_d1,
.footer_d3 {
  width: 25%;
}

.footer_d2 {
  width: 15%;
  align-self: center;
}

.footer_d4 {
  width: 35%;
}

.footer_d1>div:first-child {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  padding-bottom: 15px;
}

.footer_con>div {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;

  visibility: visible;
}

.footer_d2>img {
  width: 100px;
  margin: 0 auto;
}

.footer_d3>div:first-child {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.footer_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer_list>li>a {
  max-width: 150px;
  width: 150px;
  height: 50px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.footer_list>li:hover>a {
  color: red;
  font-size: 16px;
}

.footer_low>div {
  font-family: 微软雅黑;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.footer_d4>div:first-child {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: right;
  visibility: visible;
  padding-bottom: 15px;
}

.footer_d4>form>input {
  width: 100%;
  height: 40px;
  margin-top: 3px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  color: #333;
  font-family: 微软雅黑;
  padding-left: 10px;
  border-radius: 3px;
}

.footer_d4>form>textarea {
  width: 100%;
  height: 40px;
  margin-top: 3px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  color: #333;
  font-family: 微软雅黑;
  border-radius: 3px;
  padding-left: 10px;
}

.footer_d4>form>input:last-child {
  color: #fff;
  background-color: #333333;
  border: none;
  padding-left: 0;
  border-radius: 3px;

}

.line_gray {
  width: 356px;
  height: 1px;
  background-color: #999;
}

.recovery_top {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.link_a {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.link_b {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 118, 202);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.recovery_top>img {
  width: 20px;
}

.recovery_p1 {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.recovery_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 40px;
}

.recovery_con_left {
  width: 25%;
}

.case .recovery_con_left,
.news .recovery_con_left {
  width: 20%;
}

.recovery_con_left>a {
  display: block;
  background-color: rgb(0, 118, 202);
  border-radius: 6px;
}

.recovery_con_left>a>div {
  font-family: 微软雅黑;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  line-height: 60px;
}

.recovery_con_left>ul>li {
  background-color: rgb(0, 118, 202);
  margin: 4px 0;
}

.recovery_con_left>ul>li>a {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);

  line-height: 60px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.lianxi {
  background-color: rgb(0, 118, 202);
  border-radius: 6px;
  padding: 30px;
  margin-top: 50px;
}

.case .lianxi,
.news .lianxi,
.process .lianxi {
  margin-top: 15px;
  padding: 10px;
}

.lianxi>div {
  font-family: 微软雅黑;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.lianxi>ul {
  display: flex;
  flex-direction: column;
}

.lianxi>ul>li {
  vertical-align: middle;
  display: table-cell;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  line-height: 36px;
}

.pic_a {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_a::before {
  content: "";
  display: block;
  padding-top: 105%;
}

.d1_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d1_img:hover {
  transform: scale(1.1);
}

.d1_text {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 118, 202);
  text-align: center;
  border-radius: 0px;
  visibility: visible;
  line-height: 45px;
  margin-top: 10px;
}

.recovery_con_right {
  width: 73%;
  margin-left: 2%;
}

.case .recovery_con_right,
.news .recovery_con_right {
  width: 78%;
  margin-left: 2%;
}

.recovery_list {
  display: flex;
  flex-wrap: wrap;
}

.recovery_list>li {
  width: 31.3333%;
  margin: 0 1% 1%;

}

.bj1>img {
  width: 100%;
}

.advantage {
  padding: 40px 0 60px;
}

.advantage_top_p1 {
  font-family: 微软雅黑;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  color: rgb(204, 204, 204);
  background-color: transparent;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  visibility: visible;

}

.advantage_top_p2 {
  width: 60%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}

.advantage_top_p3 {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
}

.line_black {
  width: 240px;
  height: 1px;
  background-color: #999 !important;
}

.advantage_top_p2>div {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 118, 202);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.advantage_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
  align-items: center;
}

.advantage_con_p1,
.advantage_con_p3 {
  width: 30%;
}

.advantage_con_p1>div>div:nth-child(2) {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.advantage_con_p1>div>div:last-child {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.advantage_con_p2 {
  width: 40%;
}

.us {
  background-image: url("../images/bj2.jpg");
  padding: 50px 0 30px;
  background-repeat: no-repeat;
  background-size: cover, 100%;
}

.us>div:first-child {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.us_title {
  display: flex;
  align-items: center;
  width: 60%;
  margin: 5px auto;
  justify-content: center;
  max-width: 1200px;

}

.us_title>div:not(.line_white) {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  padding: 0 20px;
}

.line_white {
  width: 345px;
  height: 1px;
  background-color: white;
}

.us_con {
  width: 80%;
  max-width: 1200px;
  margin: 40px auto;

}

.us_con_p1 {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  text-indent: 2em;
}

.us_con_last {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.us_con_last>div {
  margin-top: 20px;
}

.btn1 {
  display: block;
  background-color: #6fa8dc;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  border-radius: 3px;
}

.recovery_con_right .btn1 {
  display: block;
  background-color: #6fa8dc;
  text-align: center;
  width: 130px;
  margin: 0 auto;
  border-radius: 3px;
}

.recovery_con_right .btn1>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  line-height: 30px;
}

.btn1:hover {
  box-shadow: 0 0 10px 1px white;
}

.btn1>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  line-height: 50px;
}

.recycling_top {
  width: 80%;
  margin: 0 auto;
}

.p1 {

  background-color: transparent;

  text-decoration: none;
  text-align: center;
  visibility: visible;
  margin-top: 40px;
}

.p1>a {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: rgb(196, 0, 1);
  line-height: 26px;
}

.p2 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.p2>div:not(.line_com) {

  padding: 15px 0;
  margin: 0 20px;
}

.p2>div:not(.line_com)>a {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 118, 202);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.line_com {
  width: 313px;
  height: 1px;
  background-color: #999;
}

.recycling_list {
  display: flex;
  flex-wrap: wrap;
}

.recycling_list>li {
  width: 21%;
  margin: 2%;
  margin-top: 3%;
}

.pic_b {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_b::before {
  content: "";
  display: block;
  padding-top: 89%;
}

.d2_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d2_img:hover {
  transform: scale(1.1);
}

.d2_text {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 118, 202);
  text-align: center;
  border-radius: 0px;
  visibility: visible;
  line-height: 45px;
  margin-top: 10px;
}

.recycling_con {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.center_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.center_list>li>a {
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
  margin-top: 2px;
  display: flex;
}

.center_p1 {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #F2F2F2;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 2px;
  margin-right: 15px;
}

.center_p1>div {
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  color: #000000;
}

.center_p1>div:first-child {
  margin-top: 15px;
}

.center_p2>div {
  text-align: left;
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  color: #000000;
}

.center_p2>div:last-child {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  margin-top: 15px;
  max-width: 950px;
}

.center_top {
  width: 80%;
  margin: 0 auto;
}

.btn2 {
  display: block;
  width: 150px;
  height: 40px;
  background-color: rgb(0, 118, 202);
  margin: 0 auto;
  border-radius: 3px;
}

.btn2:hover {
  box-shadow: 0 0 10px 1px green;
}

.btn2>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  line-height: 40px;
}

/* about */
.commen_top {
  padding-top: 70px;
}

.commen_top>div:first-child {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(196, 0, 1);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.commen_top>div:last-child {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(173, 173, 173);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  padding: 10px 0;
}

.about .commen_top>div:last-child,
.product .commen_top>div:last-child,
.case .commen_top>div:last-child,
.message .commen_top>div:last-child,
.contact .commen_top>div:last-child {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 118, 202);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
}

.pic_c {
  position: relative;
  width: 50%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
  margin-left: 5%;
}

.pic_c::before {
  content: "";
  display: block;
  padding-top: 57%;
}

.d3_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d3_img:hover {
  transform: scale(1.1);
}

.company_con {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.company_con_left {
  margin-top: 30px;
  width: 45%;
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  padding: 0 0 20px;
}



.our_list {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.our_list>li {
  width: 21%;
  margin: 2%;
}

.our_list>li>div:nth-child(2) {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  margin-top: 20px;
}

.our_list>li>div:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.pic_d {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_d::before {
  content: "";
  display: block;
  padding-top: 105%;
}

.d4_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d4_img:hover {
  transform: scale(1.1);
}

.d4_text {
  font-family: 微软雅黑;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  margin-top: 35px;
}

.core {
  padding-bottom: 100px;
}

.core_list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.core_list>li {
  width: 25%;
  margin: 0 4.1%;
}

.core_p1 {
  padding: 20px 0 110px;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

/* product */
.product_img1>img {
  width: 215px;
}

.product_img1>div {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(196, 0, 1);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  visibility: visible;

}

.product_img1>div:nth-child(2) {
  margin-top: -30px;
}

.product_nav2 {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}

.product_con {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.product_nav2>a {
  display: block;
  margin: 0 40px;
  padding: 0px 70px;
  background-color: rgb(16, 149, 254);
  color: white;
  font-family: 微软雅黑;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;

}

.product_nav2>a:hover {
  box-shadow: 0 0 10px 1px gray;
  color: white;
}

.product_con .recovery_list>li {
  width: 23%;
  margin: 0 1% 1%;

}

.product_con .pic_a {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  /* margin: 0 1.5%; */
}

.product_con .pic_a::before {
  content: "";
  display: block;
  padding-top: 77%;
}

.product_nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product_nav>div:first-child {
  font-family: 微软雅黑;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.product_nav>div:last-child {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.product {
  padding: 0px 0 60px;
}

.d11_text {
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
  height: 2.8em;
  margin: 16px 0 10px;
}

.case .pic_a::before {
  content: "";
  display: block;
  padding-top: 96%;
}

.case {
  padding: 40px 0 110px;
}

/* message */
.message_con {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
}

.message_form {
  width: 50%;
}

.message_form>input {
  height: 40px;
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  color: #757575;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "微软雅黑";
}

.message_form>textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  color: #757575;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "微软雅黑";
}

.message_form>div {
  text-align: left;
}

.message_form>div>input {
  height: 40px;
  width: 50%;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  color: #757575;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "微软雅黑";
}

.message_form>div>img {
  margin-left: 20px;
}

.message_form>input[type="submit"] {
  background-color: #333;
  color: white;
}

.pic_e {
  position: relative;
  width: 47%;
  overflow: hidden;
  margin-left: 3%;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_e::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.d5_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
  background-size: 100%, 100% !important;
}

.d5_img:hover {
  transform: scale(1.1);
}

.news {
  padding: 40px 0 300px;
}

.process {
  padding: 40px 0 388px;
}

.news .center_list>li {
  margin-top: 40px;
}

.process_list {
  padding: 30px 0;
  padding-left: 50px;
}

.process_list>li>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.contact_p1 {
  width: 30%;
  text-align: left;
}

.contact_map {
  margin-left: 5%;
  width: 65%;
}

.contact_p11 {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  margin-bottom: 20px;
}

.contact_p1 {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.contact_con1 {
  width: 70%;
  margin: 55px auto;
  display: flex;
  padding: 0 6%;
  padding-bottom: 100px;

}
/*  */
/* details */
.details {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.details_con {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.details_left {
  width: 100%;
  padding-top: 20px;
}

.details_left>div:first-child {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
  font-weight: 600;
}

.details_left_img {
  margin: 30px 0 60px;
  text-align: left;
}

.details_left_img>img {
  max-width: 100% !important; height:auto !important;
}
.details_img {
  margin: 20px 0;
  text-align: center;
  font-size:14px; color:#777;
}
.details_img img{ max-width:100% !important; height:auto !important}

.details_low {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.details_low_left>div>span>a {
  color: black;
}

.details_low_left>div{
  text-align: left;
} 
/*  */
/* news_details */
.newsdel_left>div:first-child {
  font-size: 26px;
  color: #2F2F2F;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.date {
  color: #999;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.newsdel_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.5;
  padding: 8px 0;
  text-align: left;
}
/*  */

@media (max-width:768px) {

  /*  */
  .tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu span {
    width: 30px;
    height: 3px;
    background: rgb(16, 149, 254);
    border-radius: 5px;
    display: block;
  }

  .icon-menu .span02 {
    margin: 5px 0;
  }

  .icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
  }

  .sjnav>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav>ul>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sjnav>ul>li>a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 30px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
  }

  .sjnav>ul>li a:hover,
  .sjnav>ul>li.active a {
    /* background: #0a51c6; */
    color: #fff;
  }

  /*  */
  .mobile_header {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu {
    display: flex;
    width: 20%;
    margin-top: 5px;
  }

  .icon-menu2 .span02 {
    margin: 5px 0;
  }

  .icon-menu2.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu2.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu2.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  /*  */
  .mobile_header>img {
    width: 80%;
    padding-bottom: 5px;
  }

  .sjnav2,
  .sjnav1 {
    display: none;
  }

  .rou {
    transform: rotate(90deg);
  }

  .icon-menu2-d1,
  .icon-menu1-d1 {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu2-d1>img,
  .icon-menu1-d1>img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }

  .sjnav2 li>a {
    display: block;
    line-height: 44px;
    color: #fff !important;
    padding: 0 40px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    line-height: 38px;
  }


  /*  */
  .icon-menu2 {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu2 span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 5px;
    display: block;
  }

  .mobile_menu2_title {
    width: 80%;
  }

  .mobile_menu2_title>a {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 50px;
  }

  .sjnav2 {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: #29a10b none repeat scroll 0 0 !important;
  }

  .sjnav2>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav2>ul>li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid gray;
  }

  /* footer */
  .footer_mobile {
    background-color: rgb(0, 118, 202);
    padding: 5px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 20;
  }

  .mobile_list {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }

  .mobile_list div {
    color: white;
    font-size: 14px;
  }

  .recovery_con_right {
    width: 100%;
    margin-left: 0;
  }

  .recovery_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 40px;
  }

  .d1_text {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 118, 202);
    text-align: center;
    border-radius: 0px;
    visibility: visible;
    line-height: 45px;
    margin-top: 10px;
    border-radius: 10px;
  }

  .recovery_list>li {
    width: 46%;
    margin: 2%;

  }

  .advantage_top_p1 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(196, 0, 1);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    visibility: visible;

  }

  .mobile_advantage_top {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_advantage_top>div:not(.line_mobile) {
    color: gray;
    font-size: 20px;
    padding: 0 10px;
    font-weight: bolder;
  }

  .line_mobile {
    width: 25%;
    height: 2px;
    background-color: gray;
  }

  .mobile_advantage_list {
    display: flex;
    flex-wrap: wrap;

  }

  .mobile_advantage_list img {
    width: 60px;
  }

  .mobile_advantage_list li {
    width: 21%;
    margin: 2%;
  }

  .mobile_advantage_list li div {
    font-size: 16px;
    padding-top: 15px;
    color: gray;
  }

  .us_con {
    width: 95%;
    max-width: 1200px;
    margin: 40px auto;

  }

  .us_con_last>div:last-child {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bolder;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .btn1 {
    display: block;
    background-color: #6fa8dc;
    text-align: center;
    width: 170px;
    margin: 0 auto;
    border-radius: 10px;
  }

  .p2>div:not(.line_com)>a {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: gray;
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .line_com {
    width: 25%;
    height: 1px;
    background-color: #999;
  }

  .recycling_list>li {
    width: 48%;
    margin: 1%;
    margin-top: 1%;
  }

  .recycling_con {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .mobile_center_list li {
    border-bottom: 1px dotted gray;
    margin: 10px 0;
    padding: 5px;
  }

  .mobile_center_list li a {
    display: flex;
    justify-content: space-between;
  }

  .mobile_center_list a div:first-child {
    width: 70%;
    text-align: left;
  }

  .mobile_center_list a div {
    font-size: 16px;
    color: gray;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .center {
    margin-bottom: 40px;
  }

  .center_con {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .beian {
    margin-bottom: 20px !important;
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .beian_list {
    text-align: left;
  }

  .beian_list>li {
    display: flex;
    margin: 10px 0;
  }

  .beian_ma>img {
    width: 120px;
    margin-top: 50px;
  }

  .beian_list_d2>div {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* margin-bottom: 15px; */
    margin-top: 10px;
    padding-left: 5px;
  }

  .beian_ma>div {
    font-size: 16px;
    margin-top: 10px;
  }

  .beianhao {
    margin-bottom: 70px;
  }

  /* about */
  .company_con {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .company_con_left {
    margin-top: 0px;
    width: 100%;
  }

  .pic_c {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 0 0 1px #ccc; */
    /* border: 3px solid #fff; */
    /* margin: 0 1.5%; */
    margin-left: 0%;
  }

  .our_list {
    display: flex;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .our_list>li {
    width: 46%;
    margin: 2%;
  }

  .core {
    padding-bottom: 0px;
  }

  .product_nav>div:last-child {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin: 0 auto;
  }

  .product {
    padding: 0px 0 60px;
  }

  .recovery_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .case .recovery_con_right,
  .news .recovery_con_right {
    width: 95%;
    margin-left: 0%;
    margin: 0 auto;
  }

  .case {
    padding: 0px 0 50px;
  }

  .news {
    padding: 20px 0 50px;
  }

  .p1 {

    background-color: transparent;

    text-decoration: none;
    text-align: center;
    visibility: visible;
    margin-top: 10px;
  }

  .process_con {
    width: 95%;
    margin: 0 auto;
  }

  .process_list {
    padding: 10px 0;
    padding-left: 0px;
  }

  .process {
    padding: 20px 0 50px;
  }

  .contact {
    margin-bottom: 70px;
  }

  .contact_con1 {
    width: 96%;
    max-width: 1200px;
    margin: 20px auto;
    display: block;
    padding: 0 0%;
    padding-bottom: 0px;

  }

  .contact_map {
    margin-top: 10px;
    border-radius: 5px;
  }

  .contact .commen_top {
    padding-top: 20px;
  }

  .details_left {
    width: 100%;
    padding-top: 20px;
  }

  .details {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
  }

  .details_left>div:first-child {
    font-size: 18px;
    color: #121212;
    font-weight: normal;
    font-weight: 600;
  }

  .newsdel_left>div:first-child {
    font-size: 18px;
    color: #2F2F2F;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .details_con {
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact_p1 {
    width: 100%;
  }

  .contact_map {
    margin-left: 0%;
    width: 100%;
  }

  .footer_d1 {
    width: 70%;
  }

  .footer_d2 {
    width: 30%;
    align-self: center;
  }

  .footer {
    background-color: rgb(0, 118, 202);
    padding: 30px 0 0px;
  }

  .footer_con {
    display: flex;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer_d2>img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .footer_d1_con {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-top: 15px;
  }

  .p111 {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .mobile_com_d1 {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 118, 202);
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile_com_d1>a {
    color: rgb(255, 255, 255);
  }

  .mobile_com_list>li {

    background-color: rgb(50, 161, 239);
    padding-left: 80px;
    margin: 5px 0;

  }

  .mobile_com_list>li>a {
    display: flex;
    font-family: 微软雅黑;
    font-size: 18px;
    height: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
    color: white;
    align-items: center;
  }

  .mobile_com_list>li>a>img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .index .pic_a,
  .index .pic_b {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    /* margin: 0 1.5%; */
  }

  .index .pic_a::before,
  .index .pic_b::before {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .product_con .recovery_list>li {
    width: 46%;
    margin: 0 2%;

  }

  .product .commen_top,
  .case .commen_top,
  .about .commen_top {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .commen_top>div:first-child {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(196, 0, 1);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .message_con {
    width: 96%;
    max-width: 1200px;
    margin: 32px auto 0;
    display: block;
    align-items: center;
  }

  .message_form {
    width: 100%;
  }

  .pic_e {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: 0%;
    /* box-shadow: 0 0 0 1px #ccc; */
    /* border: 3px solid #fff; */
    /* margin: 0 1.5%; */
  }
  .mobile_core_con{
    width: 90%;
    margin: 0 auto;
  }
  .mobile_core_con img {
    width: 60px;
    height: 60px;
  }

  .mobile_core_con>div {
    display: flex;
    margin: 20px 0;
  }

  .mobile_core_con_d2 {
    text-align: right;
  }

  .mobile_core_con_d1 {
    text-align: left;
    margin-left: 20px;
  }

  .mobile_core_con_d1 :first-child ,
  .mobile_core_con_d2 :first-child{
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
  }

  .mobile_core_con_d1 :last-child,
  .mobile_core_con_d2 :last-child {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(126, 126, 126);
    background-color: transparent;
    line-height: 15px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
  }
  .advantage {
    padding: 10px 0 20px;
  }
}